-
Notifications
You must be signed in to change notification settings - Fork 753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SYCL][E2E][Joint Matrix] New test transpose A and B #16684
Conversation
b7f10de
to
d35cb0b
Compare
2843979
to
e49af63
Compare
#include "common.hpp" | ||
#include <sycl/usm.hpp> | ||
|
||
template <typename T, size_t TileRows, size_t TileCols> class MT; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should "use" be added to the template as well as we may have the three to be the same for both a and b matrices (like 16x16x16 combinations)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer not to add something that is not used currently. It is easy to extend, when it is needed.
bool int8_run = false; | ||
|
||
for (auto &combination : combinations) { | ||
if (!bf16_run && combination.atype == matrix_type::bf16) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should add the big combinations as well.
If these are not supported yet, comment them out and add jira in the comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I plan to add them later in the next PRs, when I start working on them in IGC.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@intel/llvm-gatekeepers , all green, please, merge |
No description provided.